home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / different_picture.swf / scripts / DefineButton2_88 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  267 b   |  17 lines

  1. on(release){
  2.    if(_root.about._currentFrame == 1)
  3.    {
  4.       with(_root.about)
  5.       {
  6.          gotoAndPlay(2);
  7.       }
  8.    }
  9.    else if(_root.about._currentFrame > 30)
  10.    {
  11.       with(_root.about)
  12.       {
  13.          gotoAndPlay("shuo");
  14.       }
  15.    }
  16. }
  17.